home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
comm2
/
iinst151.lha
/
iNTERiNSTALL
/
NETCOM.iiMOD
< prev
next >
Wrap
Text File
|
1995-08-11
|
1KB
|
37 lines
#MODULE FOR iNTERiNSTALL 1.51 - Netcom (netcom.com)
# Submitted by Mike Reid (73727.1143@compuserve.com)
# Modified by Chris Laprise (supplied domain name didn't look like
# it would work for all Netcom customers).
#
ECHO OFF
TIMEOUT 3600 ; Set maximum wait time (in ticks)
REDIAL "BUSY" ; Redial on busy signal
DELAY 100
SEND ""
DELAY 50
;INSTALL Enter the modem initialization command
SEND "$RESPONSE" ; Initialize the modem
DELAY 20
WAIT "K" ; Wait for the OK
;INSTALL Enter the telephone number for Netcom
SEND "ATDT$RESPONSE" ; Dial
DELAY 20
WAIT "CT" ; Wait for connect
DELAY 50
WAIT "ogin:" ; Wait for Name:
;INSTALL Enter your user name (case sensitive)
SEND "#$RESPONSE" ; Send your User ID
DELAY 20
WAIT "d:" ; Wait for Password:
;INSTALL Enter your password
SEND "$RESPONSE" ; Send your password
DELAY 50
#END
; Domain names
;INSTALL Enter your domain name (ex: ns1.ix.netcom.com)
DOMAIN $RESPONSE
; Name servers
NAMESERVER 199.182.120.203
NAMESERVER 199.182.120.202